home *** CD-ROM | disk | FTP | other *** search
/ Warriors 2001 to 2002 / Warriors 2001 - 2002 by Southwest.iso / project.dir / 00140_Script_140 < prev    next >
Text File  |  2002-03-06  |  123b  |  8 lines

  1. on exitFrame
  2.   if the movierate of sprite 20 = 0 then
  3.     go to "dampier"
  4.   else
  5.     go to the frame
  6.   end if
  7.   
  8. end